Drives the scripting sub engine. More...
Static Public Member Functions | |
static nkScripts::Environment * | getLuaScriptEnvironment () |
static bool | initialize () |
static void | shutdown () |
Drives the scripting sub engine.
The scripting engine wraps a big part of the C++ API, enabling dynamic programming in a live environment.
|
static |
|
static |
Initializes the scripting sub component. Under the hood, this will create a nkScripts::Environment and populate it with all functions necessary to use the API.
|
static |
Shuts down the sub component. This will free the scriptin environment and free its memory.